func fmt.parsenum

5 uses

	fmt (current package)
		print.go#L357: func parsenum(s string, start, end int) (num int, isnum bool, newi int) {
		print.go#L983: 			width, ok, newi := parsenum(format, 1, i)
		print.go#L1108: 			p.fmt.wid, p.fmt.widPresent, i = parsenum(format, i, end)
		print.go#L1134: 				p.fmt.prec, p.fmt.precPresent, i = parsenum(format, i, end)
		scan.go#L1204: 		s.maxWid, widPresent, i = parsenum(format, i, end)